home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 1.1)
-
- import string
- import Para
-
- class NullBackEnd:
- <CODE> NullBackEnd
-
- class SavingBackEnd(NullBackEnd):
- <CODE> SavingBackEnd
-
- class WritingBackEnd(NullBackEnd):
- <CODE> WritingBackEnd
-
- class BaseFormatter:
- <CODE> BaseFormatter
-
- class NullMeasurer:
- <CODE> NullMeasurer
-
- class FileWriter:
- <CODE> FileWriter
-
- class NullFormatter(BaseFormatter):
- <CODE> NullFormatter
-
- class WritingFormatter(BaseFormatter):
- <CODE> WritingFormatter
-
- class FunnyFormatter(WritingFormatter):
- <CODE> FunnyFormatter
- openchar = {
- 'b': '*',
- 'i': '_',
- 'u': '_',
- 'q': '`',
- 'B': '*',
- 'I': '_',
- 'U': '_',
- 'Q': '`' }
- closechar = {
- 'b': '*',
- 'i': '_',
- 'u': '_',
- 'q': "'",
- 'B': '*',
- 'I': '_',
- 'U': '_',
- 'Q': "'" }
-
- def finalize():
- <CODE> finalize
-
- class StdwinBackEnd(SavingBackEnd):
- <CODE> StdwinBackEnd
-
- class GLFontCache:
- <CODE> GLFontCache
-
- class GLMeasurer(GLFontCache):
- <CODE> GLMeasurer
-
- class GLWriter(GLFontCache):
- <CODE> GLWriter
-
- class GLMeasurerWriter(GLMeasurer, GLWriter):
- <CODE> GLMeasurerWriter
-
- class GLBackEnd(SavingBackEnd):
- <CODE> GLBackEnd
-